NetworkConfig


Network Config
Protobuf type meshtastic.Config.NetworkConfig

Types

Link copied to clipboard
enum AddressMode : ProtocolMessageEnum
Protobuf enum meshtastic.Config.NetworkConfig.AddressMode
Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , ConfigProtos.Config.NetworkConfigOrBuilder

Network Config
Protobuf type meshtastic.Config.NetworkConfig
Link copied to clipboard
Protobuf type meshtastic.Config.NetworkConfig.IpV4Config
Link copied to clipboard
interface IpV4ConfigOrBuilder : MessageOrBuilder
Link copied to clipboard
enum ProtocolFlags : ProtocolMessageEnum

Available flags auxiliary network protocols
Protobuf enum meshtastic.Config.NetworkConfig.ProtocolFlags

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard

acquire an address via DHCP or assign static
.meshtastic.Config.NetworkConfig.AddressMode address_mode = 7;
Link copied to clipboard

acquire an address via DHCP or assign static
.meshtastic.Config.NetworkConfig.AddressMode address_mode = 7;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard

Flags for enabling/disabling network protocols
uint32 enabled_protocols = 10;
Link copied to clipboard

Enable Ethernet
bool eth_enabled = 6;
Link copied to clipboard

struct to keep static address
.meshtastic.Config.NetworkConfig.IpV4Config ipv4_config = 8;
Link copied to clipboard

struct to keep static address
.meshtastic.Config.NetworkConfig.IpV4Config ipv4_config = 8;
Link copied to clipboard

Enable/Disable ipv6 support
bool ipv6_enabled = 11;
Link copied to clipboard
open fun getNtpServer(): String

NTP server to use if WiFi is conneced, defaults to `meshtastic.pool.ntp.org`
string ntp_server = 5;
Link copied to clipboard
open fun getNtpServerBytes(): ByteString

NTP server to use if WiFi is conneced, defaults to `meshtastic.pool.ntp.org`
string ntp_server = 5;
Link copied to clipboard
Link copied to clipboard

rsyslog Server and Port
string rsyslog_server = 9;
Link copied to clipboard
open fun getRsyslogServerBytes(): ByteString

rsyslog Server and Port
string rsyslog_server = 9;
Link copied to clipboard
Link copied to clipboard

Enable WiFi (disables Bluetooth)
bool wifi_enabled = 1;
Link copied to clipboard
open fun getWifiPsk(): String

If set, will be use to authenticate to the named wifi
string wifi_psk = 4;
Link copied to clipboard
open fun getWifiPskBytes(): ByteString

If set, will be use to authenticate to the named wifi
string wifi_psk = 4;
Link copied to clipboard
open fun getWifiSsid(): String

If set, this node will try to join the specified wifi network and
acquire an address via DHCP
string wifi_ssid = 3;
Link copied to clipboard
open fun getWifiSsidBytes(): ByteString

If set, this node will try to join the specified wifi network and
acquire an address via DHCP
string wifi_ssid = 3;
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard

struct to keep static address
.meshtastic.Config.NetworkConfig.IpV4Config ipv4_config = 8;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseFrom(data: ByteString): ConfigProtos.Config.NetworkConfig
open fun parseFrom(input: CodedInputStream): ConfigProtos.Config.NetworkConfig
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): ConfigProtos.Config.NetworkConfig
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): ConfigProtos.Config.NetworkConfig
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): ConfigProtos.Config.NetworkConfig
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): ConfigProtos.Config.NetworkConfig
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): ConfigProtos.Config.NetworkConfig
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)